object VersionInfoForm: TVersionInfoForm Left = 498 Top = 363 BorderStyle = bsDialog Caption = 'Version Info' ClientHeight = 209 ClientWidth = 374 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object btnClose: TButton Left = 147 Top = 180 Width = 80 Height = 25 Cancel = True Caption = '&Close' Default = True ModalResult = 1 TabOrder = 0 end object VersionInfoResource: TVersionInfoResource ShowResource = [pdCompanyName, pdFileDescription, pdFileVersion, pdInternalName, pdLegalCopyright, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags] Left = 320 Top = 164 end end